.NET 7 Update: Raw String Literals in 10 Minutes or Less
Raw string literals are here in C# 11. And while they look wild, they actually have a good reason fo ...View More
.NET 7 Update: Nanoseconds in DateTime in 10 Minutes or Less
Objects in C# that use time such as DateTime now have access to the Microseconds and Nanoseconds val ...View More
.NET 7 Update: Creating Tar Files in C# in 10 Minutes or Less
In Windows, we group and compress files using zip files, but on Unix systems such as Linux, Tar file ...View More
.NET 7 Update: Nullable Models in MVC in 10 Minutes or Less
In .NET 7, we can now have nullable page models and view models in Razor Pages and MVC. Let's see it ...View More
The Power of Polyglot Notebooks | .NET Conf 2022
This talk will introduce and demo the use of .NET Interactive in VS Code Jupyter Notebooks, a cuttin ...View More
Microsoft Teams Backend Services - Powered by .NET | .NET Conf 2022
Learn about the migration story of Microsoft Teams Backend services to .NET Core, the performance ga ...View More
.NET at Stack Overflow | .NET Conf 2022
Join Roberta, Director of Engineering at Stack Overflow, as she gives a deep dive on how they levera ...View More
Using .NET to build the .NET website | .NET Conf 2022
The .NET website is the front door for everything.NET. Learn how the team uses ASP.NET Core and Azur ...View More
How Halo, Dynamics 365, and Mesh scale to millions with Orleans and you can too! | .NET Conf 2022
In 2021, the Developer Division at Microsoft adopted the Orleans project as a core part of the .NET ...View More
.NET 7 Update: Simplified LINQ Ordering In 10 Minutes or Less
In .NET 7, LINQ now has simplified ordering of values. Let's see it in action in this 10-Minute Trai ...View More